body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0px;
    background-color: #e0f2fe; /* Background color for air action section */
}
.container {
    max-width: 2560px;
}


.hero-mobile {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    align-items: center;
}
.hero-mobile img{
    width: 100%;
}

.hero-mobile-text {
    position: absolute;
    left: 30%;
    flex-wrap: nowrap;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    align-items: left;
    margin-top: 20%;
}
.hero-mobile-text h1 {
    font-size: 1.8em;
    font-weight: bold;
}
.hero-mobile {
    display: none;
}

.hero {
    position: relative;
    text-align: left;
    color: white;
    margin-top: 100px; /* Adjust margin-top to prevent content from being hidden behind the fixed header */
    margin-bottom: 0px;
}

.hero img {
    width: 100%;
    height: 100;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 28.0%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hero-text h1 {
    font-size: 2.7em;
    margin: 0;
}

.hero-text p {
    font-size: 1.0em;
    margin: 10px 0;
}

.content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 20px; /* Adjust padding as needed */
    background-image: url('images/content-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-text {
    flex: 1;
    max-width: 90%;
    z-index: 1; /* Ensure text is above background image */
    position: relative; /* Ensure relative positioning for absolute positioning within */
    text-align: left;
    background: rgba(255, 255, 255, 0.0); /* Optional: Semi-transparent background for readability */
    padding: 50px; /* Optional: Padding for content text */
}

.content-text h2 {
    font-size: 2.5em;
    color: #2e63af;
    margin-bottom: 20px;
    margin-top: 0px;
}

.content-text p {
    font-size: 1.2em;
    color: #666;
}

.content-image {
    flex: 1;
    text-align: center;
    margin-right: 50px; /* Adjust margin as needed to move it further right */
    z-index: 1; /* Ensure image is above background image */
}

.content-image img {
    max-width: 97%;
    height: auto;
}

.content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.0); /* Optional: Overlay color for better contrast */
}

.heavyhaul {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom right, white, #74d0f3); /* Gradient background */
    align-items: center;
    padding: 150px 20px; /* Adjust padding as needed */
    margin-top: 0px;
}

.heavyhaul-text {
    flex: 1;
    max-width: 90%;
    z-index: 1; /* Ensure text is above background image */
    position: relative; /* Ensure relative positioning for absolute positioning within */
    text-align: left;
    padding: 50px; /* Optional: Padding for content text */

}

.heavyhaul-text h2 {
    font-size: 2.5em;
    color: #2e63af;
    margin-bottom: 20px;
}


.heavyhaul-image{
    position: relative;
    max-width: 97%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    margin-right: 50px;
    margin-left: 3%;
    flex: 1;
    text-align: center;
    z-index: 1; 
    
}

.image-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    object-fit: cover
}

.slide {
    min-width: 100%;
}

.slide img {
    min-width: 100%;
    display: block;
}


.additional-content {
    padding: 200px 150px;
    background-color: #f0f0f0;
    text-align: center;
    background-image: url('images/background-image.jpg');
    background-size: cover; /* Maintain aspect ratio and cover entire section */
    background-position: center center; /* Center the background image */
}
.additional-content-text{
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.additional-content-text h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
}

.additional-content-text p {
    font-size: 1.2em;
    color: #666;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.action-button {
    position: relative;
    padding: 15px 30px;
    background-color: #74d0f3;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: normal;
    transition: background-color 0.3s ease;
    justify-self: center;
    top: 50px;
    cursor: pointer;
}
.action-button:hover {
    background-color: #2e63af;
}


.whatsapp-icon {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1005; 
    justify-content: right;
    align-items: center;
}
.whatsapp-icon a img {
    width: 50px;
    margin-left: auto;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}




@media (max-width: 1250px) {
    .container{
        width: 100%;
    }

    .footer-nav{
        flex-wrap: wrap;
        padding: 30px 30px;
    }
}


@media (max-width: 1205px) {
    .container {
        width: 100%;
    }

    .hero-text {
        margin-left: 50px;
    }

    .services {
        gap: 20px 50px;
    }
}

@media (max-width: 1100px){
    container{
        width: 100%;
    }

    .services {
        gap: 20px 50px;
    }
}

@media (max-width: 1125px) {
    .container {
        width: 100%;
    }

    .hero-text{
        margin-left:100px;
    }
    .services {
        gap: 20px 50px;
    }
}

@media (max-width: 1020px){
    .container{
        width: 100%;
    }
    .content{
        flex-direction: column;
        padding: 10px 20px;
    }
    .content-text{
        text-align: center;
    }
    .content-image{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5%;
    }
}

@media (max-width: 1005px) {
    .container{
        width: 100%;
    }
}

@media (max-width: 974px){
    .container{
        width: 100%;
    }


}

@media (max-width: 878px) {
    .container {
        width: 100%;
    }


    .hero-text{
        margin-left: 70px;
        margin-bottom: 30px;
        align-items: center;
    }
    .hero-text h1{
        font-size: 2em;
        font-weight: bold;
    }
    .hero-text p{
        font-size: 0.8em;
        padding-right: 100px;
    }

    .hero img{
        width:100%;
        height: auto;
    }

    .content{
        padding: 20px 00px;
    }
    .content-text h2{
        font-size: 1.8em;
    }
    .content-text p{
        font-size: 1em;
    }

    .heavyhaul {
        flex-direction: column;
        background-size: 120%;
        padding: 50px 20px;
    }
    .heavyhaul-text{
        max-width: 90%;
        margin-left: 0;
    }
    .heavyhaul-text h2{
        font-size: 1.8em;
        text-align: center;
    }
    .heavyhaul-text p{
        font-size: 1em;
        justify-self: center;
        text-align: center;
    }

    .additional-content{
        flex-direction: column;
        background-size: cover;
        padding: 100px 20px;        
    }
    .additional-content-text{
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .additional-content-text h2{
        font-size: 1.8em;
        text-align: center;

    }
    .additional-content-text p{
        font-size: 1em;
        text-align: center;
    }

    .action-button {
        align-self: center;
        padding: 10px 15px;
        font-size: 0.8em;
        margin-left: 0;
        margin-right: 0;
        justify-self: center;
    }
}


@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .hero {
        display: none;
    }
    .hero-mobile {
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px;
        align-items: center;
    }

    .hero-mobile-text {
        position: absolute;
        left: 40%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        align-items: left;
        margin-top: 20%;
        flex-wrap: nowrap;
    }
    .hero-mobile-text h1 {
        font-size: 1.7em;
        font-weight: bold;
    }
    .content{
        padding: 50px 0px;
    }
    .content-text{
        margin-top: 0;
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .content-text h2{
        font-size: 1.5em;
        color: #2e63af;
    }
    .content-text p{
        font-size: 1.0em;
    }

    .heavyhaul{
        width: 100%;
        padding: 50px 0px;
    }
    .heavyhaul-text{
        margin-top: 0;
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .heavyhaul-text h2{
        font-size: 1.5em;
    }
    .heavyhaul-text p{
        font-size: 1em;
        text-align: center;
    }
    .heavyhaul-image {
        width: 100%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .slide{
        margin-left: auto;
        margin-right: auto;
    }
    .image-slider{
        margin-left: auto;
        margin-right: auto;
    }

    .additional-content{
        display: flex;
        padding: 100px 0;
    }

    .additional-content-text{
        display: inline-flexbox;
        width: 100%;
        justify-items: center;
        align-content: center;
        padding: 0 20px;
    }
    .additional-content-text h2{
        font-size: 1.5em;
        padding: 0;
        width: 100%;
    }
    .additional-content-text p{
        font-size: 1em;
        padding: 0;
        width: 100%;
    }

    .whatsapp-icon a img {
        width: 35px;
    } 


}

@media (max-width: 449px) {
    .container {
        width: 100%;
    }


    .hero-mobile-text{
        left: 40%;
        font-size: 0.8em;
    }
}

@media (max-width: 450px){
    .container{
        width: 100%;
    }

}
